home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / compress / ncmp424a.not < prev    next >
Encoding:
Text File  |  1996-11-16  |  1.1 KB  |  41 lines

  1. (N)compress 4.2.4 (an improved version of compress 4.1)
  2. Binaries for Linux prepared by faith@cs.unc.edu, Tue Dec 22 16:07:14 1992
  3. Compiled with gcc 2.2.2d7 (-O6)
  4. Linked with jump-4.1 libraries (-s), but tested with jump-4.2 libraries
  5.  
  6.  
  7. To install from Linux binary distribution:
  8.  
  9. 1) Get binary distribution (ncmp424A.taz) from
  10. ftp.cs.unc.edu:/pub/faith/linux/utils or from
  11. tsx-11.mit.edu:/pub/linux/binaries/FSF
  12. 2) cd /
  13. 3) gtar zpxvf ncmp424A.taz
  14.  
  15. Alternatively, the SLS sysinstall program can be used.
  16.  
  17.  
  18. To uninstall this binary distribution, do the following:
  19.  
  20. cd /usr/src/ncompress-4.2.4
  21. ./ncmp424A.Unins
  22.  
  23.  
  24. To install from source:
  25.  
  26. 1) Get source from: nuri.inria.fr:/system/arch-compr/ncompress-4.2.4.tar.Z
  27.            or from: ftp.cs.unc.edu:/pub/faith/linux/utils
  28. 2) Untar ncompress-4.2.4.tar.Z in /usr/src
  29. 3) cd ncompress-4.2.4
  30. 4) Edit build and delete the line which says:
  31.    extern int exit();
  32. 5) sh build
  33.    Change the following:
  34.    1) Directory to install: /usr/bin
  35.    2) C compiler: gcc
  36.    3) Compiler Options: -O6 -s
  37. 6) Execute the "compile" option
  38. 7) Execute the "install" option
  39. 8) Execute the "quit" option
  40.  
  41.